home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / artisoft / led12.exe / LED.DOS < prev    next >
Text File  |  1993-08-08  |  48KB  |  1,099 lines

  1. APPEND {path} /switches
  2.  
  3.   Allows programs to find data files in other directories.
  4.   Type APPEND ; to clear the appended directory list.
  5.   Type APPEND without parameters to display the appended directory list.
  6.        Example:  APPEND C:\DOS
  7.  
  8.   path         Specifies a drive and directory to append.
  9.   /X:ON        Applies appended directories to file searches and
  10.                application execution.
  11.   /X:OFF       Applies appended directories only to requests to open files.
  12.                /X:OFF is the default setting.
  13.   /PATH:ON     Applies appended directories to file requests that already
  14.                specify a path.  /PATH:ON is the default setting.
  15.   /PATH:OFF    Turns off the effect of /PATH:ON.
  16.   /E           Stores a copy of the appended directory list in an environment
  17.                variable named APPEND.  /E may be used only the first time
  18.                you use APPEND after starting your system.
  19. ASSIGN letter1=letter2  /switch
  20.  
  21.   Redirects requests for floppy drives to another drive.
  22.   Type ASSIGN without switches to clear all drives assignments.
  23.  
  24.        /STATUS  Displays current drive assignments.
  25.       letter1   The drive letter to reassign (A or B). The colon is
  26.                 not required.
  27.       letter2   The drive to redirect drive1 to.
  28. ATTRIB {+|-attribute} {path\filespec} /switch
  29.  
  30.      Controls the attribute of a file or files.
  31.      Use ATTRIB and filespec only to display the attributes of files.
  32.      +   Sets an attribute.   -   Clears an attribute.
  33.      Example:  ATTRIB +R C:\AUTOEXEC.BAT
  34.      
  35.      Attributes are:
  36.      
  37.      R   Read-only          A   Archive 
  38.      S   System             H   Hidden 
  39.      
  40.      /S  Processes files in subdirectories in the specified path.
  41. BACKUP {path}filespec drive: /switches
  42.  
  43.   Backs up files from one drive to another.
  44.  
  45.   path\filespec      The drive and or path and files to back up.
  46.   drive:             The drive to backup to.
  47.   /S                 Include subdirectories.
  48.   /M                 Include only files that have the archive attribute set.
  49.   /A                 Adds backup files to an existing backup disk.
  50.   /F:{size}          Sets the size of the backup disk if unformatted.
  51.   /D:date            Include only files changed on or after 'date'.
  52.   /T:time            Include only files changed at or after 'time'.
  53.   /L:path\file       Creates a log file to record the backup operation.
  54. BREAK {ON-OFF}
  55.  
  56.       Turns CTRL-C checking on or off.
  57.  
  58.       Use BREAK without a parameter to display the current setting.
  59. BUFFERS=num1,{num2}
  60.  
  61.       Sets the number of disk buffers.  If you use DOS=HIGH then up
  62.       to 47 buffers will load high with DOS.
  63.  
  64.   num1     The number of read buffers (1-99).
  65.   num2     An optional number of read ahead buffers (1-8).
  66. CALL {path}filename {parameters}
  67.  
  68.   Runs another batchfile, then returns to the calling file.  The CALLed
  69.   file must be in the current directory or the PATH.
  70.  
  71.   parameters   Specifies any command-line information required by the
  72.                     second batch program.  Paramters are optional.
  73. CHCP {num}
  74.  
  75.       Displays or sets the active code page number.
  76.       You must first use the COUNTRY and NLSFUNC commands.
  77.       Type CHCP without a parameter to display the active code page.
  78.  
  79.       Some valid values of num are:
  80.  
  81.       437   United States         850   Multilingual {Latin I}
  82.       860   Portuguese            852   Slavic {Latin II}
  83.       863   Canadian/French       865   Nordic
  84. CHDIR {path}
  85.  
  86.   When used with path only, this changes the active directory of the
  87.   current drive.
  88.   When used with drive:\path, this changes the active directory of
  89.   another drive that you are not logged into, without changing drives.
  90.   CHDIR alone displays the name of the current directory.
  91.   CHDIR ..   changes to the parent directory.
  92.   CHDIR drive: to display the current directory of another drive.
  93. CD {path}
  94.  
  95.   When used with path only, this changes the active directory of the
  96.   current drive.
  97.   When used with drive:\path, this changes the active directory of
  98.   another drive that you are not logged into, without changing drives.
  99.   CD alone displays the name of the current directory.
  100.   CD ..   changes to the parent directory.
  101.   CD drive: to display the current directory of another drive.
  102. CHKDSK {path\filespec} /switches
  103.  
  104.   Checks a disk for File Allocation Table errors and displays a status
  105.   report.  It also optionally fixes the errors.  The FAT table stores
  106.   information about the files on disk and where they are located.
  107.   Use just CHKDSK to test the current drive.
  108.  
  109.   path\filespec   Selects the drive, path and files to check.
  110.   /F              Fixes errors on the disk.
  111.   /V              Displays the full path and name of every file on the disk.
  112.  
  113. CLS
  114.       Clears the screen and homes the cursor.
  115. COMMAND {path} {device} /switches
  116.  
  117.   Starts or restarts the COMMAND.COM interpreter.
  118.  
  119.   path            Sets the directory containing COMMAND.COM file.
  120.   device          Sets the device to use for command input and output.
  121.                   CON is the default.
  122.   /E:num          Sets the environment size (160-32768) in bytes. 256 is
  123.                   the default.  The environment is used to store DOS
  124.                   variables like PATH, COMSPEC and TEMP.
  125.   /P              Makes the new command interpreter permanent (can't exit).
  126.   /C string       Carries out the command specified by string, and then stops.
  127.   /MSG            Specifies that all error messages be stored in memory. You
  128.                   need to specify /P with this switch.
  129. COMP filespec1 filespec2 /switches
  130.  
  131.   Compares the contents of two files or sets of files.
  132.  
  133.   filespec1  Selects the file(s) to compare.
  134.   filespec2  Selects the file(s) to compare to.
  135.   /D         Differences are shown in decimal format. This is the default.
  136.   /A         Differences are shown in ASCII characters.
  137.   /L         Displays line numbers for differences.
  138.   /N=num     Compares only 'num' lines in each file.
  139.   /C         Cancels case sensitive operation of ASCII files.
  140. COPY filespec1 {filespec2} /switches
  141.   
  142.   Copies one or more files to another location.
  143.   To append files, specify a single file for destination, but multiple files
  144.   for source (using wildcards or file1+file2+file3 format).
  145.   If you use wildcards for the source, you can not use a name for target.
  146.  
  147.   filespec1    Selects file or files to be copied.
  148.   filespec2    Sets the directory and/or filename for the new file(s).
  149.   /A           Indicates an ASCII text file.
  150.   /B           Indicates a binary file.
  151.   /V           Verifies that new files are written correctly.
  152. COUNTRY=num1,{num2},{path\filename}
  153.  
  154.     Enables DOS to use international currency, case conversions, decimal
  155.     seperators, dates and times.
  156.  
  157.     num1       Sets the country code {see CHCP}.
  158.     num2       Sets the code page.
  159.     filename   The file containing the country information.  This defaults
  160.                to COUNTRY.SYS.
  161. CTTY device
  162.  
  163.   Changes the terminal device used to control your system.
  164.  
  165.   device   The terminal device you want to use, such as COM1 or CON.
  166. DATE {date}
  167.  
  168.       Displays or sets the date.
  169.  
  170.       Type DATE without parameters to display the current date setting
  171.       and a prompt for a new one.  Press ENTER to keep the same date.
  172. DEBUG {path\filename} {parameters}
  173.  
  174.   Runs Debug, a program testing and editing tool.
  175.  
  176.   path\filename         Sets the file you want to test.
  177.   parameters            Sets command-line information required by
  178.                         the file you want to test.
  179.  
  180.   After Debug starts, type ? to display a list of debugging commands.
  181. DEL filespec /switch
  182.  
  183.   Deletes files from the drive.
  184.  
  185.   filespec      Selects the file(s) to delete.  
  186.   /P            Prompts for confirmation before deleting each file.
  187. ERASE filespec /switch
  188.   
  189.   Deletes files from the drive.
  190.  
  191.   filespec      Selects the file(s) to delete.  
  192.   /P            Prompts for confirmation before deleting each file.
  193. DIR {path\filespec} /switches
  194.  
  195.   Displays a list of files and subdirectories in a directory.
  196.   Switches may be preset in the DIRCMD environment variable.
  197.  
  198.   path\filespec   Specifies drive, directory, and/or files to list.
  199.   /P              Pauses after each screenful of information.
  200.   /W              Uses wide list format.
  201.   /A:attrib   Displays files with specified attributes.
  202.                D  Directories                R  Read-only files
  203.                H  Hidden files               A  Files ready for archiving
  204.                S  System files               -  Prefix meaning "not"
  205.   /O:sort     List by files in sorted order.
  206.                N  By name                    S  By size 
  207.                E  By extension               D  By date & time
  208.                G  Group directories first    -  Prefix to reverse order
  209.   /S          Displays files in specified directory and all subdirectories.
  210.   /B          Uses bare format (no heading information or summary).
  211.   /L          Uses lowercase.
  212. DISKCOMP drive1: drive2: /switches
  213.  
  214.       Compares the contents of two floppy disks.
  215.  
  216.       /1   Compares the first side of the disks.
  217.       /8   Compares only the first eight sectors of each track.
  218. DISKCOPY drive1: drive2: /switches
  219.  
  220.       Copies the contents of one floppy disk to another.
  221.       The two floppy disks must be the same type.
  222.       You may specify the same drive for drive1 and drive2.
  223.  
  224.      /1   Copies only the first side of the disk.
  225.      /V   Verifies that the information is copied correctly.
  226. DEVICE=path\filename {parameters}
  227.       
  228.       Loads into memory a device driver. The parameters are optional
  229.       settings that may be used by the driver.  You must use the
  230.       complete path and filename including the extension.
  231. DEVICEHIGH /switches =path\filename {parameters}
  232.       
  233.       Loads a device driver into high memory if it will fit,
  234.       otherwise loads it into conventional memory.  You must
  235.       use the complete path and filename including the extension.
  236.  
  237.   /L:num1,{num2;...}  The upper memory block to load, conditionaly if
  238.                       the size num2 is met.
  239.   /S:num              The resident size of the TSR.
  240.   parameters          Specifies any command-line information required by the
  241.                       program you want to load.
  242. DOS=HIGH-LOW-UMB-NOUMB,{UMB-NOUMB}
  243.       
  244.       This CONFIG.SYS command specifies whether Dos is loaded in
  245.       conventional memory, or into the High Memory Area (HMA), and
  246.       optionally if Upper Memory Blocks will be used or not.
  247. DOSKEY /switches macroname=text
  248.  
  249.   Loads the DOSKEY tsr into memory, which edits command lines, recalls
  250.   Dos commands, and creates macros.
  251.  
  252.   /REINSTALL    Installs a new copy of Doskey.
  253.   /BUFSIZE=size Sets the size of the command history buffer.
  254.   /MACROS       Displays all Doskey macros.
  255.   /HISTORY      Displays all commands stored in memory.
  256.   /INSERT       Sets insert mode.
  257.   /OVERSTRIKE   Sets typeover mode.
  258.   macroname     Specifies a name for a macro you create.
  259.   text          Specifies commands you want to record.
  260. DOSSHELL /switches
  261.  
  262.    Starts DOS Shell, an interface to Dos and menu program.
  263.  
  264.   /T:mode#  Text mode. Values for mode are L for low, M for medium, and H
  265.             for high, and an optional # value setting the screen resolution.
  266.   /B        Sets black & white mode.
  267.   /G        Sets graphics mode.
  268. DRIVPARM=/switches
  269.  
  270.   CONFIG.SYS command that sets parameters for hard and floppy drives.
  271.  
  272.   /D:num          Sets the physical drive number (0-255), 0=A, 1=B etc.
  273.   /C              Indicates that the drive detects open/closed doors.
  274.   /F:factor       Sets the drive type:
  275.                     0   160/180/320 or 360k     1    1.2 meg
  276.                     2   720k (default)          5    Hard drive
  277.                     6   Tape drive              7    1.44 meg
  278.                     8   WORM                    9    2.88 meg
  279.   /H:num          The number of drive read/write heads (1-99).
  280.   /I              Indicates a 3.5" drive when BIOS doesn't support it.
  281.   /N              Indicates non-removable media.
  282.   /S:num          Sets the number of sectors per track (1-99).
  283.   /T:num          Sets the number of tracks per side.
  284. ECHO {text} {ON-OFF}
  285.  
  286.       Sends the text string 'message', or turns echoing ON or OFF.
  287.       Use ECHO without parameters to display the current setting.
  288. EDIT {path\filename} /switches 
  289.  
  290.   Starts the Dos Editor, for creating and changing ASCII text files.
  291.  
  292.   /B          Sets black & white mode.
  293.   /G          Sets fast update on CGA screens.
  294.   /H          Sets highest lines of resolution.
  295.   /NOHI       Disables high-intensity colors.
  296. EDLIN {path\filename} /switch
  297.  
  298.    Starts Edlin, the line editor for ASCII text files.
  299.  
  300.   /B   Loads the file in binary mode, ignoring end-of-file characters in it.
  301. EMM386 {ON-OFF-AUTO} {W=ON-OFF}
  302.  
  303.   Enables or disables expanded memory support.  You must first load
  304.   EMM386.EXE in the CONFIG.SYS.  Use EMM386 without parameters to check
  305.   the status or version of the driver.
  306.  
  307.   AUTO         With this switch the driver is only active if programs
  308.                request EMS memory.
  309.   W=           Turns on or off Weitek coprocessor support.
  310. EXE2BIN filename1 filename2
  311.  
  312.   Converts .EXE (executable) files to binary (.COM) format.
  313.  
  314.   filename1    Source file.
  315.   filename1    Output file.
  316. EXIT
  317.  
  318.       Quits the current command processor {COMMAND.COM}, and returns to
  319.       the previous one.
  320. EXPAND filespec1 filespec2
  321.  
  322.    Expands one or more compressed files.
  323.  
  324.   filename1       The location and name of a file or set of files to be
  325.                   expanded. You cannot use wildcards.
  326.   filename2       The new location and/or name of an expanded file or files.
  327. FASTOPEN drive:={num} /switch
  328.  
  329.       Loads the Fastopen program into memory, which tracks the location
  330.       of openned files for faster access on subsequent requests.
  331.  
  332.       drive     The drive letter of the disk to track. You can specify
  333.                 multiple drives.
  334.       num       The number of files (10-999) to track for this drive.
  335.                 48 bytes of memory will be used for each file. 
  336.       /x        Uses Expanded memory to store the file names tracked.
  337. FC filename1 filename2 /switches 
  338.  
  339.    Displays the differences between file1 and file2.
  340.  
  341.   /A     Displays only first and last lines for each set of differences.
  342.   /B     Performs a binary comparison.
  343.   /C     Turns of case sensitive comparison.
  344.   /L     Indicates an ASCII text comparison.
  345.   /LBnum Sets the max consecutive differences to num number of lines.
  346.   /N     Shows the line numbers in an ASCII comparison.
  347.   /T     Disables converting tabs to 8 spaces.
  348.   /W     Compresses white space (tabs and spaces) for comparison.
  349.   /num   Sets the number of consecutive lines that must match 
  350.          after a mismatch.
  351. FDISK
  352.  
  353.       Starts the Fdisk program, which configures a hard disk for use
  354.       with Dos and partitions it into logical drives.
  355. FILES=num1
  356.  
  357.   num1     Sets the maximum number of files (8-255) that can be
  358.            open at the same time.  This includes devices such as PRN,
  359.            LPT1, COM1, AUX, and disk files like AUTOEXEC.BAT.
  360. FCBS=num1,{num2}
  361.  
  362.       Sets the number of file control blocks.
  363.  
  364.    num1    The number of FCBS (1-255) to allocate memory for.
  365.    num2    The number of blocks (1-255) kept open at all times even if
  366.            the limit of num1 is reached.
  367. FIND /switches "text" filespec
  368.  
  369.   Searches for a text string in a file or files.
  370.  
  371.   /V        Displays all lines NOT containing the specified string.
  372.   /C        Displays only the count of lines containing the string.
  373.   /N        Displays line numbers with the displayed lines.
  374.   /I        Ignores the case of characters when searching for the string.
  375.   text      The text string to find.
  376. FOR %variable IN (set) DO command {parameters}
  377.  
  378.   Runs a specified command for each file in a set of files.
  379.  
  380.   %variable  Specifies a replaceable parameter.  In a batch file,
  381.              use %%variable.
  382.   set        Specifies a set of one or more files.  Wildcards may be used.
  383.   command    Specifies the command to carry out for each file.
  384.   parameters Specifies parameters or switches for the specified command.
  385. FORMAT drive: /switches
  386.   
  387.   Formats a disk drive for use with Dos. This also destroys all data
  388.   currently on the disk.
  389.  
  390.   /V:label    Specifies the volume label.
  391.   /Q          Quick format can be used for disks previously formatted.
  392.   /U          Unconditional format.  The Unformat command will not be
  393.               able to recover data. 
  394.   /F:num      Specifies the size of the floppy disk to format (such 
  395.               as 160, 180, 320, 360, 720, 1.2, 1.44, 2.88).
  396.   /B          Allocates space on the formatted disk for system files,
  397.               but does not install the system files.
  398.   /S          Installs system files to the disk, making it 'bootable'.
  399.   /T:num      Sets the number of tracks per disk side.
  400.   /N:num      Sets the number of sectors per track.
  401.   /1          Formats a single side of a floppy disk.
  402.   /4          Formats a 5.25-inch 360K floppy disk in a high density drive.
  403.   /8          Formats eight sectors per track.
  404. GOTO text
  405.  
  406.   Used in a batch file to jump to another location, which is marked by
  407.   a label :text.  Type a label on a line by itself, beginning with a colon.
  408.  
  409.   text    Text string used to give the label a name.
  410. GRAFTABL num /switch
  411.       
  412.       Allows extended characters of a specified code page in graphics.
  413.       Some valid values of num are:
  414.  
  415.       437   United States         850   Multilingual (Latin I)
  416.       860   Portuguese            852   Slavic (Latin II)
  417.       863   Canadian/French       865   Nordic
  418.  
  419.       /STATUS   Displays the code page selected.
  420. GRAPHICS {prt} {path\filename} /switches
  421.   
  422.   Loads the Graphics program, allowing you to do print sceens of graphics.
  423.  
  424.   prt           Sets the printer type.  Some valid values for prt are COLOR1,
  425.                 COLOR4, COLOR8, HPDEFAULT, DESKJET, GRAPHICS, GRAPHICSWIDE,
  426.                 LASERJET, LASERJETII, PAINTJET, QUIETJET, QUIETJETPLUS,
  427.                 RUGGEDWRITER, RUGGEDWRITERWIDE, THERMAL, AND THINKJET.
  428.   filename      Sets the file containing information on supported printers.
  429.                 The default is GRAPHICS.PRO.
  430.   /R            Reverses print (white letters on black screen).  The default
  431.                 is to print black forground on white background.
  432.   /B            Prints background in color for COLOR4 and COLOR8 printers.
  433.   /LCD          Prints using LCD aspect ratio.
  434.   /PRINTBOX:val Sets the print box size, val being either STD or LCD.
  435. HELP {command}
  436.       
  437.       Provides help information for Dos commands.
  438. IF {NOT} condition1 condition2 command {parameters}
  439.  
  440.  Performs conditional processing in batch programs.
  441.  
  442.  NOT          Indicates that Dos should carry out the command only
  443.               if the condition is false.
  444.  condition1   The item to test. ERRORLEVEL== sets a true condition if
  445.               the last program run returned an exit code equal to or greater
  446.               than the number specified by condition2.
  447.               EXIST checks for a file specified by condition2.
  448.               string1== checks for a match with the variable string2
  449.               specified by condition2.
  450.  condition2   A number, filename, text or variable to test against.
  451.  command      Sets the command to carry out if the condition is met.
  452. INSTALL=path\filename {parameters}
  453.  
  454.    Used in the CONFIG.SYS to load a memory resident program into memory.
  455.    Parameters are optional, but you must use the full path and filename,
  456.    including the extension.
  457. JOIN {drive1:} {path} /switch
  458.  
  459.   Joins a disk drive to a directory on another drive.
  460.   Use JOIN without parameters to list currently joined drives.
  461.  
  462.   drive1:        Specifies a disk drive that will appear as a directory in
  463.                  path.
  464.   path           Specifies the directory to which you want to join drive1. It
  465.                  must be empty and cannot be the root directory.
  466.   /D             Cancels any previous JOIN commands for the specified drive.
  467. KEYB {code},{num} {path\filename} /switches
  468.  
  469.    Configures the keyboard for specific languages.
  470.  
  471.    code     The keyboard code, us for United States, sp for Spain, etc.
  472.    num      The code page.  See CHCP for a list of codes.
  473.    filename The keyboard definition file.  The default is KEYBOARD.SYS.
  474.    /e       Use for enhanced keyboards on XT class machines.
  475.    /id:num  The keyboard number for countries that have more than one
  476.             layout (France, Italy, United Kingdom).
  477. LABEL {drive:} {text}
  478.  
  479.       Creates, changes, or deletes the volume label {name} of a disk.
  480. LASTDRIVE=letter
  481.  
  482.       Sets the highest driver letter (A-Z) that can be used for accessing
  483.       disk drives.
  484. LOADHIGH /switches path\filename {parameters}
  485.  
  486.   Tries to load a TSR program into the upper memory area.
  487.               
  488.   /L:num1,{num2;...}  The upper memory block to load, conditionaly if
  489.                       the size num2 is met.
  490.   /S:num              The resident size of the TSR.
  491.   parameters          Specifies any command-line information required by the
  492.                       program you want to load.
  493. LH /switches path\filename {parameters}
  494.  
  495.   Tries to load a TSR program into the upper memory area.
  496.   
  497.   /L:num1,{num2;...}  The upper memory block to load, conditionaly if
  498.                       the size num2 is met.
  499.   /S:num              The resident size of the TSR.
  500.   parameters   Specifies any command-line information required by the
  501.                program you want to load.
  502. LOADFIX path\filename
  503.  
  504.   Loadfix corrects a problem where programs can not be loaded into
  505.   the first 64k of memory.  Previous to DOS 5.0 this was not possible,
  506.   but with DOS=HIGH it is.  Loadfix places the program in memory
  507.   higher than 64k.
  508.  
  509.   Use this command if you get the error message "packed file corrupt"
  510.   when trying to run the program.
  511. MEM /switches
  512.  
  513.   Displays the amount of used and free memory in your system.
  514.  
  515.   /PROGRAM         Displays status of programs currently loaded in memory.
  516.   /P
  517.  
  518.   /DEBUG           Displays status of programs, internal drivers, and other
  519.   /D               information.
  520.  
  521.   /CLASSIFY        Classifies programs by memory usage. Lists the size of
  522.   /C               programs, provides a summary of memory in use, and lists
  523.                    largest memory block available.
  524. MIRROR {drive: ...} /switches
  525.  
  526.   Records information about one or more disks.
  527.  
  528.   drive:       Specifies the drive for which you want to save information.
  529.   /1           Saves only the latest disk information (does not back up
  530.                previous information).
  531.   /Tdrive      Loads the deletion-tracking program for the specified drive.
  532.   /-entries     Specifies maximum number of entries in the deletion-tracking
  533.                file.
  534.   /U           Unloads the deletion-tracking program.
  535.   /PARTN       Saves hard disk partition information to a floppy diskette.
  536. MKDIR path
  537.  
  538.       Creates a directory.
  539. MD path
  540.  
  541.       Creates a directory.
  542. MODE {device} {parameters} /switch
  543.  
  544.  Configures system devices, printers, comm ports, keyboard, ect.
  545.  
  546.  /S    Display the current status of the device.
  547.  
  548.  Examples:
  549.  Printer port:   MODE LPT1: COLS=80 LINES=60 RETRY=b
  550.                  MODE LPT2 80,60,p
  551.  Serial port:    MODE COM1 BAUD=9600 PARITY=n DATA=8 STOP=1 RETRY=p
  552.                  MODE COM2: 4800,e,7,1,n
  553.  Redirection:    MODE LPT1:=COM2:
  554.  CodePage:       MODE CON CP PREPARE=860 c:\dos\codefile.cpi
  555.  Select code:    MODE CON CP SELECT=860
  556.  Refresh code:   MODE CON CP REFRESH
  557.  Display mode:   MODE CON COLS=40 LINES=25
  558.  Typematic rate: MODE CON:RATE=20 DELAY=4
  559. MORE
  560.  
  561.  Displays output one screen at a time.
  562.  
  563.  Examples:
  564.  TYPE AUTOEXEC.BAT | MORE
  565.  MORE < README.DOC
  566. MSCDEX /switches
  567.  
  568.         Installs the CD-ROM extensions to DOS, redirecting a drive letter
  569.         to the CD device driver installed in the CONFIG.SYS.
  570.  
  571.   /D:name       Name is the driver name installed in the CONFIG
  572.   /M:num        Sets the number of read buffers
  573.   /L:letter     Selects the drive letter to be assigned to the CD
  574. NLSFUNC {path\filename}
  575.  
  576.       Loads country specific information for National Language Support.
  577. PATH {path;...}
  578.  
  579.       Displays or sets a search path for executable files.
  580.       Type PATH ; to clear all search-path settings.
  581.       Type PATH without parameters to display the current path.
  582. PAUSE
  583.       Suspends processing of a batch program and displays the message 
  584.       "Press any key to continue..."
  585. PRINT /switches {path\filename ...}
  586.  
  587.   Prints a text file while you are using other DOS commands.
  588.   Use PRINT without parameters to display the contents of the print queue.
  589.  
  590.  /D:device   Specifies a print device.
  591.  /B:size     Sets the internal buffer size, in bytes.
  592.  /U:num      Waits the specified maximum number of clock ticks for the
  593.              printer to be available.
  594.  /M:num      Sets the max number of ticks it takes to print a character.
  595.  /S:num      Allocates the scheduler the specified number of clock ticks
  596.              for background printing.
  597.  /Q:num      Specifies the maximum number of files allowed in the queue.
  598.  /T          Removes all files from the print queue.
  599.  /C          Cancels printing of the preceding filename and subsequent
  600.              filenames.
  601.  /P          Adds the preceding and subsequent filename to the print queue.
  602. PROMPT {text}
  603.  
  604.   Changes the DOS command prompt.
  605.   Use just PROMPT to reset the prompt to the default setting.
  606.   Prompt text can be made up of characters and/or these special codes:
  607.  
  608.   $Q   = (equal sign)                   $$   $ (dollar sign)
  609.   $T   Current time                     $D   Current date
  610.   $P   Current drive and path           $V   DOS version number
  611.   $N   Current drive                    $G   > (greater-than sign)
  612.   $L   < (less-than sign)               $B   | (pipe)
  613.   $H   Backspace                        $E   Escape code (ASCII code 27)
  614.   $_   Carriage return and linefeed     
  615. QBASIC /switches {path\filename}
  616.  
  617.   Starts the QBasic programming environment.
  618.  
  619.   /B        Allows use of a monochrome monitor with a color graphics card.
  620.   /EDITOR   Starts the DOS Editor.
  621.   /G        Provides the fastest update of a CGA screen.
  622.   /H        Displays the maximum number of lines possible for your hardware.
  623.   /MBF      Converts the built-in functions MKS$, MKD$, CVS, and CVD to
  624.             MKSMBF$, MKDMBF$, CVSMBF, and CVDMBF, respectively.
  625.   /NOHI     Allows the use of a monitor without high-intensity support.
  626.   /RUN      Runs the specified Basic program before displaying it.
  627.   filename  Specifies the program file to load or run.
  628. RECOVER {path}filename
  629.  
  630.   Recovers readable information from a bad or defective disk.
  631. REM {text}
  632.  
  633.       Records comments (remarks) in a batch file or CONFIG.SYS.
  634. RENAME filename1 filename2
  635.  
  636.  Renames filename1 to filename2.  You cannot specify a new path for your
  637.  destination file.
  638. REN filename1 filename2
  639.  
  640.  Renames filename1 to filename2.  You cannot specify a new path for your
  641.  destination file.
  642. REPLACE {path1}filespec {path2} /switches
  643.  
  644.   filespec    Sets the source file or files.
  645.   path2       Sets the directory where files are to be replaced.
  646.   /A          Adds new files to destination. Cannot be used with /S or /U.
  647.   /P          Prompts for confirmation for each file. 
  648.   /R          Replaces read only files.
  649.   /S          Includes subdirectories of the destination directory.
  650.               Can't be used with the /A switch.
  651.   /W          Waits for you to insert a disk before replacing.
  652.   /U          Replaces only files that are older than source files.
  653.               Can't be used with the /A switch.
  654. RESTORE drive: {path\filename} /switches 
  655.  
  656.   Restores files that were backed up by using the BACKUP command.
  657.  
  658.   drive:   Sets the drive to read the backup files from.
  659.   path     The drive and/or files to restore.
  660.   /S       Includes subdirectories.
  661.   /P       Prompts before restoring read only files or files changed since
  662.            the last backup (if appropriate attributes are set).
  663.   /B:date  Restores only files last changed on or before the specified date.
  664.   /A:date  Restores only files changed on or after the specified date.
  665.   /E:time  Restores only files last changed at or earlier than this time.
  666.   /L:time  Restores only files changed at or later than the specified time.
  667.   /M       Restores only files changed since the last backup.
  668.   /N       Restores only files that no longer exist on the destination disk.
  669.   /D       Displays files on the backup disk that match specifications.
  670. RMDIR path
  671.  
  672.       Removes (deletes) a directory.
  673. RD path
  674.  
  675.       Removes (deletes) a directory.
  676. SET {name}={text}
  677.  
  678.   Displays, sets, or removes DOS environment variables.
  679.   Use SET without parameters to display the current environment variables.
  680.   Use SET name= to clear a variable.
  681.  
  682.   name      Specifies the environment variable name.
  683.   text      Data to assign to the variable.
  684. SETVER {path\filename} {num.num} /switches
  685.  
  686.   Sets the version number that DOS reports to a program.
  687.   Use just SETVER to display the current table of programs.
  688.  
  689.  path        Path alone sets location of the SETVER.EXE file.
  690.  filename    Sets the filename {including extension} of the program
  691.              to add or delete from the SETVER table.
  692.  num.num     Sets the DOS version to be reported to the program.
  693.  /DELETE     Deletes the specified program from the table.
  694.  /D
  695.  /QUIET      Turn off the disclaimer message displayed when changing 
  696.              the table entries.
  697. SHARE /switches 
  698.  
  699.    Loads the SHARE tsr into memory.  Use SHARE in multitasking environments
  700.    such as networks to enable file and record locking on your system.
  701.  
  702.   /F:num     Sets the size in bytes (20-32767) for a table to store the
  703.              names of the locked files.  Default is 2048.
  704.   /L:num     The number of files (1-3000) that can be locked at one time.
  705.              Default is 20.
  706. SHELL={path\}filename parameters
  707.  
  708.       Loads a new Command interpreter (such as Command.com).  Most often
  709.       this Config.sys command is used to increase the Environment space
  710.       used to store variables like PATH, TEMP, and PROMPT.
  711.  
  712.       parameters    -  May be specific to the new interpreter, but
  713.                        normally would be the default path (as in C:\DOS).
  714.                        Also would include switches like /E:size.  See
  715.                        COMMAND for a list of other switches.
  716.  
  717.       Example:  SHELL=C:\DOS\COMMAND.COM C:\DOS /E:512 /P
  718. SHIFT
  719.       
  720.       Changes the position of replaceable parameters in a batch file.
  721.       The first parameter is deleted, the rest drop by one number.
  722.       For example, if AUTOEXEC.BAT issues the command "GO.BAT 5 10 15",
  723.       and the first command in GO.BAT is SHIFT, then %1 now holds
  724.       the parameter "10".  Also note that %0 which used to contain
  725.       "GO.BAT" now holds "5".
  726.  
  727.       You may works with only ten parameters, %0 through %9.  If you use
  728.       more than 10 on the command line and then use SHIFT, %9 now holds
  729.       the 11th item.
  730. SORT /switches {command} <{path\filename1} >{path\filename2}
  731.  
  732.   Sorts input and writes results to the screen, a file, or another device.
  733.  
  734.   /R         Reverses the sort order; that is, sorts Z to A, then 9 to 0.
  735.   /+num      Sorts the file according to characters in column num.
  736.   filename1  A file to be sorted.
  737.   filename2  Sets a file to send the sorted input to.
  738.   command    Specifies a command whose output is to be sorted.
  739. STACKS=num1,num2
  740.  
  741.   Sets up the dynamic use of data stacks to handle hardware interrupts.
  742.  
  743.   num1          The number of stack frames (0-64).
  744.   num2          The size of each stack frame (0-512).
  745. SUBST drive: {path} /switch
  746.       
  747.   Sets up a drive letter to represent another drive and path.  Use SUBST
  748.   with no parameters to display a list of current SUBST'd drives.
  749.  
  750.   drive      The drive letter to be assigned a new path.
  751.   path       The physical drive and/or path you want to assign. 
  752.   /D         Delete this drive's redirection.
  753. SWITCHES=/k
  754.  
  755.   Forces enhanced keyboards into conventional mode.
  756.   
  757.   /k  This is the only switch allowed.
  758. SYS {path} drive:
  759.  
  760.   Copies the DOS system files and command.com to another drive to make
  761.   that disk "bootable".
  762.  
  763.   path       A disk and/or path that contains the IO.SYS, MSDOS.SYS,
  764.              and COMMAND.COM files.
  765.   drive      The drive the files are to be copied to.
  766. TIME {hour:min:sec}
  767.       
  768.       Displays or sets the system time.  Use TIME with no parameters
  769.       to display the current time prompt for a new one.  
  770.  
  771.       hour:min:sec    The new time, in 24 or 12 hour format.
  772. TREE {path} /switches
  773.  
  774.    Displays the directory structure of a drive or path.
  775.  
  776.   /F   Includes the names of files in each directory.
  777.   /A   Use ASCII characters only for the output.
  778. TYPE {path\filename}
  779.       
  780.       Sends the contents of a text file to the screen.
  781. UNDELTE {path\filespec} /switches
  782.  
  783.   Attempts to restore previously deleted file(s).
  784.  
  785.   /S:drive   Loads the Delete Sentry tsr for the specified drive.
  786.   /Tdrive-#  Loads Delete Tracker tsr for drive.  The # is the number of
  787.              entries tracked, from 1-999
  788.   /DOS       Include only files listed by DOS
  789.   /DT        Use the Delete Tracker info to recover files.
  790.   /DS        Use the Delete Sentry info to recover files.
  791.   /ALL       Attempts to recover using all available methods.  Also skips
  792.              prompting the user for information.  The first letter of a
  793.              file is selected alphabetically until a unique name is found.
  794.   /LIST      List files that have been deleted.
  795.   /LOAD      Load UNDELETE into memory as a TSR.
  796.   /U         Unload the driver from memory.
  797.   /STATUS    Shows the protection system in use for each drive.
  798.   /PURGE:drv Clears the Delete Sentry information for the given drive.
  799. UNFORMAT drive: /switches
  800.  
  801.  Attempts to reverse a FORMAT or RECOVER command.  Hopefully the FORMAT
  802.  command did NOT use the /U switch (unconditional).
  803.  
  804.   /L       Lists all filenames found.  When used with the /PARTN switch,
  805.            this displays current partition tables.
  806.   /TEST    Test only, do not make changes to the disk.
  807.   /P       Print message on LPT1.
  808. VER
  809.  
  810.       Displays the DOS version.
  811. VERIFY {ON-OFF}
  812.  
  813.       When VERIFY is ON, each write to disk is confirmed.  This is slower
  814.       but safer.  The default is VERIFY OFF.  Use VERIFY with no switch
  815.       to see the current setting.
  816. VOL {drive:}
  817.  
  818.       Displays the disk volume label and serial number.  
  819. XCOPY filespec1 {filespec2} /switches
  820.  
  821.   Copies files, directories and subdirectories.
  822.  
  823.   filespec1    drive, path, and filespec of the file(s) to copy. If you
  824.                use wildcards in the source, the target can not use a name.
  825.   filespec2    Sets the location and/or name of the new files.
  826.   /A           Copy only files with the archive attribute set to on.
  827.   /M           Same as the /A switch, but clears the archive attribute.
  828.   /D:date      Copy only files changed on or after 'date'.
  829.   /P           Prompts you before copying each file.
  830.   /S           Includes subdirectories except empty ones.
  831.   /E           Includes empty subdirectories.
  832.   /V           Verifies each file.
  833.   /W           Waits for the user to press a key.
  834. DBLSPACE /switches {drive:} 
  835.  
  836.   Sets up and manages compressed drives.
  837.  
  838.   /CHKDSK          Checks compressed drives for errors.
  839.   /CHKDSK /F       Fixes errors on compressed drives.
  840.   /COMPRESS        Compresses an existing drive.
  841.   /NEWDRIVE=X: Y:  Gives a compressed drive a new letter. Y is changed to X.  
  842.   /CONVSTAC=vol    Converts a Stacker drive. vol is Stacker volume name.
  843.   /CVF=num         Use with /CONVSTAC.  num is the new volume file number.       
  844.   /CREATE          Makes a new compressed drive.  May replace drive: with
  845.                    the /NEWDRIVE new: old: switch above.
  846.   /DEFRAGMENT      Optimizes the compressed drive.
  847.   /DELETE          Deletes the drive, erasing all data on it.
  848.   /FORMAT          Deletes all data, keeping the empty drive.
  849.   /MAP             Shows information on all drives.
  850.   /MAXCOMPRESS     Allows highest compression of the drive.
  851.   /MOUNT=num       Connects a compressed volume number to a drive letter.
  852.                    May use /NEWDRIVE=new: old: for the drive: option.
  853.   /RATIO=n.um      Sets the estimated compression ratio of a drive.
  854.   /SIZE=n.um       Changes the size of drive: 
  855.   /UNMOUNT         Disconnects a drive letter from it's compressed volume.
  856. DEFRAG {drive:} /switches
  857.   
  858.   Relocates files into contiguous sectors for better performance.
  859.   It is recommened that no other programs be running in memory while
  860.   defragging, such as Windows, disk caches, screen blankers, etc.
  861.  
  862.   /F          Removes spaces between files.
  863.   /U          Does not remove spaces between files.
  864.   /S:N        Sorts files by name.
  865.   /S:N-       Sort by reverse alphabet on name.                   
  866.   /S:E        Sort by file name extension.
  867.   /S:E-       Sort by reverse alphabet on extension.
  868.   /S:D        Sort by date and time.
  869.   /S:D-       Sort by reverse date and time.
  870.   /S:S        Sort by size.
  871.   /S:S-       Sort by reverse size.
  872.   /B          Reboot the computer after defragging.
  873.   /V          Verify files while defragging.
  874.   /SKIPHIGH   Force DEFRAG to run in conventional memory only.
  875. DELTREE /switch path
  876.  
  877.    Removes a directory and it's files, also removing any subdirectories
  878.    and files under it.
  879.  
  880.    /Y    Turns off prompting for confirmation of this command.
  881. INTERLNK drive1:=drive2:
  882.  
  883.    Redirects a drive letter to the Interlink Server's drive. Used for
  884.    connecting drives through serial or parallel cables to another computer.
  885.    INTERLNK.EXE must first be installed in the CONFIG.SYS before using
  886.    this command.
  887.  
  888.    drive1:    The local drive letter to be connected to the server.
  889.    drive2:    The physical drive of the interlink server.
  890. INTERSRV drive: /switches
  891.  
  892.   To use this command, INTERLNK.EXE must be installed in the CONFIG.SYS.
  893.   This command sets up drives to be shared by the Interlink server.  If
  894.   drive is left out, all drives are available to the client.
  895.  
  896.   /B            For black and white displays.
  897.   /BAUD:num     Sets the baud rate of num.  num may be 9600, 19200, 38400,
  898.                 57600, or the default of 115200.
  899.   /COMx:ioport  Sets the serial port x for access.  The ioport is optional.
  900.   /LPTx:ioport  Selects lpt port x for access.  ioport is optional.
  901.   /V            Overrides timer conflicts that can occur is serial sessions.
  902.   /RCOPY        Installs Interlink on another computer.  They must be
  903.                 connected with a 7 wire null modem cable and the MODE
  904.                 command must be available.
  905.   /X=drive:     Excludes a drive from being redirected
  906. MEMMAKER /switches
  907.  
  908.   Automatically configures the computer for best memory usage.
  909.  
  910.   /BATCH        Forces default choices on all prompts.
  911.   /SWAP:drive   Use if your boot drive changes after startup.
  912.   /UNDO         Undo the last MEMMAKER changes.
  913.   /W:num1,num2  Sets the size of Windows transition buffers.  Use /W:0,0 
  914.                 if you don't run Windows.  The default is /W:12,12
  915. MOVE path\filespec1  path\filespec2
  916.  
  917.   The MOVE command combines copying files and then deleting the originals
  918.   into one easy operation.  It works the same as COPY, and has no switches.
  919.  
  920.   filespec1   The source file or files.
  921.   filespec2   The destination path or filename.
  922. MSAV {path} /num /switches
  923.   Scans the path for viruses.  Without switches it loads a menu system.
  924.   /num     Lines per screen (25-60).  Valid nums are 25, 28, 43, 50, and 60. 
  925.   /S       Scan only, do not change files (default).
  926.   /C       Scan and remove any viruses found.
  927.   /R       Creates a report file called MSAV.RPT.
  928.   /A       Skips the floppy drives.
  929.   /L       Skips Network drives.
  930.   /N       Skips displaying information on screen until the end.
  931.   /P       Allow graphics mode.
  932.   /F       Skips displaying individual file names.
  933.   /IN      Selects color.
  934.   /BW      Selects black & white.
  935.   /MONO    Selects monochrome.
  936.   /LCD     Selects liquid crystal display for laptops.
  937.   /FF      Turns on fast updates in CGA mode.
  938.   /BF      For bios only calls.
  939.   /NF      For no alternate fonts.
  940.   /BT      For graphics mouse under Windows.
  941.   /NGM     For no graphics mouse.
  942.   /LE      Reverses the mouse button functions.
  943.   /IM      No mouse.
  944.   /PS2     Reset the PS2 mouse.
  945. MSBACKUP  path\filename /switches
  946.  
  947.   Makes a backup of data on your drives.  The filename is a specfile
  948.   that lists what files are to be backed up.
  949.  
  950.   /TF     Full backup.
  951.   /TI     Incremental backup for only files that have changed.
  952.   /TD     Backup files from the specfile that have changed.
  953.   /BW     For black & white.
  954.   /MDA    For monochrome.
  955.   /LCD    For laptops.
  956. MSD {path\filename} /switches
  957.  
  958.   Runs diagnostic and statistical reports on your system.  The command
  959.   with no switches loads a menu driven program.
  960.  
  961.   /B      Sets black & white mode.
  962.   /I      Skip hardware detection.  Use if MSD fails to load.
  963.   /F      Runs a full report and stores it in the filename given.  Will
  964.           prompt you for company information first.  If you leave out
  965.           the optional filename, the report is sent to the sceen.
  966.   /P      Partial report without prompting for company info.
  967.   /S      Summary report only.
  968.  
  969.   Example:  MSD /Fc:\temp\myreport.txt
  970. POWER  ADV:setting\STD\OFF /switch
  971.  
  972.   POWER.EXE must first be loaded in the CONFIG.SYS with a DEVICE= command.
  973.  
  974.   Displays status of the POWER tsr, or loads it into memory.  If upper
  975.   memory blocks are available it will try to load high.  POWER is used
  976.   on portable systems thsat need to conserve energy.  The valid values
  977.   of setting are MAX for maximum conservation, REG the default for
  978.   normal conservation, and MIN for minimum.  Including \STD uses your
  979.   computers own conservation system if it conforms to APM standards.
  980.   The \OFF setting disables power conservation.
  981.  
  982.   /LOW   Forces the driver to load into conventional memory.
  983. SMARTDRV {/E:num} {letter ...} num1 num2 /switches
  984.  
  985.   Starts or gets a report for the Smartdrive disk caching program.
  986.   Each drive letter may have an optional + for read and write caching,
  987.   a - for no caching, or just the letter for read only caching.  Do
  988.   not include a colon.  If your system has upper memory blocks available,
  989.   the driver will attempt to load high.
  990.   
  991.   /E:num    Sets the size of cache memory (1024-8192) that is accessed at
  992.             one time. This must be used before the num1 and num2 parameters.
  993.   num1      The size of the cache size in k-bytes when not running Windows.  
  994.   num2      The minimum size of the cache when in Windows.  
  995.   /B:num    Sets the size of the read ahead buffer.  Default is 16k.
  996.   /C        Flush the cached data in memory to disk.
  997.   /R        Restarts smartdrv, erasing the current cache memory.
  998.   /L        Force the driver into conventional memory.
  999.   /Q        Supresses the status report when the driver loads.
  1000.   /S        Gets the current status report.
  1001.   /DOUBLE_BUFFER may be used when the driver is installed in the CONFIG.SYS
  1002.             with EMM386.EXE or you run in Windows enhanced mode.
  1003. TRUENAME path
  1004.  
  1005.   Displays the true drive and path of drives set up by the SUBST
  1006.   command.  For example, if F: is SUBST'd for C:\DOS, then the 
  1007.   command TRUENAME f:\temp returns C:\DOS\TEMP
  1008. VSAFE /num /switches
  1009.  
  1010.   This command is a TSR that monitors the computer for new viruses.
  1011.   
  1012.   num    A value (1-8) followed by a + or - to turn on or off that option.
  1013.          1   Warn of attempted hard disk format
  1014.          2   Warn when a program remains resident in memory.
  1015.          3   Halts all disk writes. 
  1016.          4   Scans all executables when run.
  1017.          5   Scans disk boot sectors.
  1018.          6   Warn of attempted write to boot sector or partition table.
  1019.          7   Warn of attempted write to floppy disk boot or partition table.
  1020.          8   Warn of attempted change to executable files.
  1021.   /A{key}    Sets up the hot key to activate the program.  Use /AV for 
  1022.   /C{key}    ALT+V, or /CV for CTRL+V for example.
  1023.   /D         Disables checksum verification.
  1024.   /N         Includes network drives.
  1025.   /NE        Excludes checking of Expanded memory.
  1026.   /NX        Excludes checking of Extended memory.     
  1027.   /U         Unloads the VSAFE tsr from memory.
  1028. INCLUDE=block
  1029.  
  1030.   Executes commands found in another block in a multiple configuration
  1031.   CONFIG.SYS file.   This command helps to shorten the file by not having
  1032.   to repeat some commands over and over in each block.  This block would
  1033.   normally only contain commands that need to be shared by several blocks.
  1034.  
  1035.   block      The name found between brackets [], elsewhere in the file
  1036.              that identifies the block.
  1037. MENUCOLOR=num1,num2
  1038.  
  1039.   Selects the color choices for a menu.  The valid values for each are:
  1040.  
  1041.   0 - Black             8 - Grey
  1042.   1 - Blue              9 - Light Blue
  1043.   2 - Green            10 - Light Green 
  1044.   3 - Cyan             11 - Light Cyan
  1045.   4 - Red              12 - Light Red
  1046.   5 - Magenta          13 - Light Magenta
  1047.   6 - Brown            14 - Yellow
  1048.   7 - White            15 - Intense White
  1049.  
  1050.   num1     The forground color (0-15).
  1051.   num2     The background color (0-15).
  1052. MENUDEFAULT=block,num
  1053.  
  1054.   Sets the default choice in a multiple configuration CONFIG.SYS file.
  1055.   Use this command only once per menu.
  1056.  
  1057.   block   The name of a block of commands to execute.  The block name
  1058.           is used later in the file, inclosed in brackets [].
  1059.   num     The number of seconds (0-90) to wait for the user to make a
  1060.           choice.
  1061. MENUITEM=block,text
  1062.  
  1063.   Defines a menu choice in a multiple choice CONFIG.SYS file.  The
  1064.   default menu name is [menu], but submenus can be made with SUBMENU.
  1065.   You may use up to 9 MENUITEM and SUBMENU commands per menu.
  1066.  
  1067.   block    The name of a block of commands to execute if this choice
  1068.            is selected.  This name is used later in the CONFIG
  1069.            with brackets [] to identify the block.
  1070.   text     Up to 70 characters used to inform the user about the choice.
  1071. NUMLOCK=ON-OFF
  1072.  
  1073.   Sets the Numlock key value at boot up time, either ON or OFF.
  1074. SUBMENU=block,text
  1075.  
  1076.   Used in multiple configuration CONFIG.SYS files to set up a submenu of
  1077.   choices.  Up to 9 menu choices can be used in each menu, including
  1078.   submenu choices.
  1079.  
  1080.   block     The name of a submenu block of commands.  The block name is
  1081.             at the start of the block is brackets, as in [startup].
  1082.   text      A string of text up to 70 letters long to identify the choice.
  1083. CHOICE /switches "prompt"
  1084.  
  1085.   Halts a batch file and prompts the user for a choice.  The text in quotes
  1086.   is displayed on the screen.
  1087.  
  1088.   /C:keys      Sets the valid key choices for the prompt. Default is Y or N.
  1089.   /N           Skips displaying the valid response keys to the user.
  1090.   /S           Makes response keys case sensitive.
  1091.   /T:key/time  Sets the default 'key' to be used after secounds of 'time'.
  1092.                Range for time is 0-99.
  1093.  
  1094.   Your batch file must check the ERRORLEVEL environment variable to see
  1095.   what the response was.  Each valid key is assigned a number in sequence.
  1096.   For example, the default of Y is ERRORLEVEL==1, N is ERRORLEVEL==2.
  1097.   Note that ERRORLEVEL checking must be done from highest to lowest, since
  1098.   IF ERRORLEVEL==1 will match values of 1 or higher.
  1099.